* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    height: 100%;
}

html,
body {
    position: relative;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    padding: 0px;
    margin: 0;
    font-size: 12px;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
    font-family: "Microsoft YaHei"font-weight:normal;
}

a,
p,
dl,
dt,
dd,
ul,
li,
h2,
h1,
h3,
h4,
h5,
h6,
table,
tr,
td,
form,
iframe,
font,
em,
i {
    /*font-family:"Microsoft YaHei";*/
    font-size: 16px;
    font-weight: normal;
    word-break: normal;
    word-wrap: break-word;
    font-style: normal;
    padding: 0px;
    margin: 0;
    text-decoration: none;
    outline: none;
    -moz-outline: none;
    font-family: "Microsoft YaHei"
}

a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

a:hover {
    text-decoration: none;
}

p {
    word-break: normal;
    word-wrap: break-word;
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style: none;
    text-decoration: none;
}

input {
    outline: none;
    text-decoration: none;
    -ms-outline: none;
}

textarea {
    outline: none;
    text-decoration: none;
}

select {
    outline: none;
    text-decoration: none;
}

/*input:focus{ border:1px solid #9c9f58;}*/
select:focus {
    border: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    background: 0 0;
    border: none;
    border-radius: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer
}

html::-webkit-scrollbar-track {
    background-color: #000;
}

html::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}

html::-webkit-scrollbar-thumb {
    background-color: #030b23;
    border: 2px solid #030b23;
}

.container {
    width: 1440px;
    height: auto;
    margin: 0 auto;
     !important;
}

@media(max-width:1440px) {
    .container {
        width: 100%;
        padding: 0 100px;
        height: auto;
        margin: 0 auto;
    }
}

@media(max-width:1024px) {
    .container {
        width: 100%;
        padding: 0 30px;
        height: auto;
        margin: 0 auto;
    }
}

@media(max-width:414px) {
    .container {
        width: 100%;
        padding: 0 15px;
        height: auto;
        margin: 0 auto;
    }
}

/*Gilroy 常规 begin*/
@font-face {
    font-family: "GILROY-REGULAR";
    src: url("../fonts/GILROY-REGULAR.woff2") format("woff2"),
        url("../fonts/GILROY-REGULAR.woff") format("woff"),
        url("../fonts/GILROY-REGULAR.ttf") format("truetype"),
        url("../fonts/GILROY-REGULAR.eot") format("embedded-opentype"),
        url("../images/GILROY-REGULAR.svg") format("svg"),
        url("../fonts/GILROY-REGULAR.otf") format("opentype");
}


/*Gilroy 常规 end*/


/*Century Gothic 加粗 begin*/
@font-face {
    font-family: "GOTHICB";
    src: url("../fonts/GOTHICB.woff2") format("woff2"),
        url("../fonts/GOTHICB.woff") format("woff"),
        url("../fonts/GOTHICB.ttf") format("truetype"),
        url("../fonts/GOTHICB.eot") format("embedded-opentype"),
        url("../images/GOTHICB.svg") format("svg"),
        url("../fonts/GOTHICB.otf") format("opentype");
}


/*Century Gothic 加粗 end*/



/*Century Gothic 常规 begin*/
@font-face {
    font-family: "GOTHIC";
    src: url("../fonts/GOTHIC.woff2") format("woff2"),
        url("../fonts/GOTHIC.woff") format("woff"),
        url("../fonts/GOTHIC.ttf") format("truetype"),
        url("../fonts/GOTHIC.eot") format("embedded-opentype"),
        url("../images/GOTHIC.svg") format("svg"),
        url("../fonts/GOTHIC.otf") format("opentype");
}

/*Century Gothic 常规 end*/

/*思源黑体常规 begin*/
@font-face {
    font-family: "SOURCEHANSANSCN-REGULAR_1";
    src: url("../fonts/SOURCEHANSANSCN-REGULAR_1.woff2") format("woff2"),
        url("../fonts/SOURCEHANSANSCN-REGULAR_1.woff") format("woff"),
        url("../fonts/SOURCEHANSANSCN-REGULAR_1.ttf") format("truetype"),
        url("../fonts/SOURCEHANSANSCN-REGULAR_1.eot") format("embedded-opentype"),
        url("../images/SOURCEHANSANSCN-REGULAR_1.svg") format("svg"),
        url("../fonts/SOURCEHANSANSCN-REGULAR_1.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/*思源黑体常规 end*/

a:hover,
a:focus,
a:link,
a:visited,
a:active {
    text-decoration: none;
}


.wbk::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.wbk:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

.wbk::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

.wbk:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}



@keyframes shake1 {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes whirl {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}